πŸ•ΈοΈ Ada Research Browser

trending-ai-research.md
← Back

Trending AI Projects & Tools Research Report

Date: 2026-02-28 | Researcher: Ada (subagent)


obra/superpowers β€” Agentic Skills Framework (65k ⭐)

gsd-build/get-shit-done β€” Context Engineering for Claude Code (22k ⭐)

badlogic/pi-mono β€” AI Agent Toolkit (18k ⭐)

thedotmack/claude-mem β€” Session Memory for Claude Code (32k ⭐)

KeygraphHQ/shannon β€” Autonomous AI Security Scanner (26k ⭐)

VectifyAI/PageIndex β€” Vectorless RAG (19k ⭐)

virattt/dexter β€” Financial Research Agent (17k ⭐)

google/langextract β€” Structured Info Extraction (34k ⭐)

Other Notable


2. OpenClaw Ecosystem Developments

Latest Release Highlights (Feb 27, 2026)

From the releases page:

Key Fixes

OpenClaw Ecosystem Repos

Repo Description Stars
openclaw/openclaw Core platform 239k
openclaw/clawhub Skill directory 3.2k
openclaw/skills Archived skill versions 1.6k
openclaw/lobster Workflow shell 646
openclaw/nix-openclaw Nix packaging 461
openclaw/openclaw-ansible Ansible deployment 424

Lobster β€” Workflow Shell (New)


3. Multi-Agent Architectures & Patterns

NevaMind-AI/memU β€” Memory for 24/7 Agents (11k ⭐)

Subagent-Driven Development (Superpowers pattern)

ACP (Agent Communication Protocol) β€” Now in OpenClaw

Patterns Observed Across Projects

  1. Skills as modular capabilities β€” OpenClaw skills, Superpowers skills, Codex skills, HuggingFace skills. The "skill" abstraction is winning.
  2. Spec-driven development β€” Write specs first, then let agents implement. GSD, Superpowers, and others converge on this.
  3. Context engineering > prompt engineering β€” Managing what goes INTO context matters more than how you phrase the prompt. GSD's core insight.
  4. Memory as infrastructure β€” memU, claude-mem, and our own system all treat memory as a first-class concern, not an afterthought.
  5. Workflow determinism β€” Lobster and similar tools trade LLM flexibility for deterministic execution when the plan is known.

4. MCP (Model Context Protocol) Servers

Official MCP Registry

MCP Servers Worth Exploring

We already have mcporter skill installed. Key servers to consider:

Server Use Case Relevance
GitHub MCP PR reviews, issue management K2's dev workflows
Filesystem MCP Structured file access All agents
PostgreSQL/SQLite MCP Database queries Homelab monitoring
Brave Search MCP Web search (when API key works) Research tasks
Google Drive MCP Document access Cora's real estate docs
Slack MCP Team communication If Sean uses Slack
Home Assistant MCP Smart home control Winston's domain

GitHub MCP Registry Integration


5. Agentic Coding Tools & Workflows

steipete/gogcli β€” Google Suite CLI (5k ⭐)

steipete/summarize β€” Universal Summarizer (5k ⭐)

microsoft/playwright-cli (4k ⭐)

Coding Agent Landscape

Tool Approach Notes
Claude Code CLI agent with tools What we use via OpenClaw's coding-agent skill
OpenAI Codex WebSocket-first, skills-based Now has WebSocket transport in OpenClaw
Superpowers Skills + subagent orchestration Plugin for Claude Code/Cursor/Codex
GSD Context engineering + spec-driven Works across Claude Code, Gemini, Codex
Pi Coding Agent Monorepo toolkit Unified LLM API + agent runtime
ThePrimeagen/99 Neovim-native AI agent For vim users

Key Workflow Patterns

  1. Spec β†’ Plan β†’ Subagent execution β†’ Review (Superpowers)
  2. Context engineering to prevent rot (GSD)
  3. Memory compression for session continuity (claude-mem)
  4. Typed workflow pipelines for determinism (Lobster)
  5. Skills as the unit of capability (OpenClaw, Codex, HuggingFace)

Recommendations for Our Setup

  1. Explore memU β€” Could dramatically improve our agents' memory efficiency and enable proactive behavior without manual MEMORY.md maintenance.
  2. Set up Lobster workflows β€” Pre-define common multi-step operations (inbox triage, deployment checks, PR monitoring) to save tokens.
  3. Leverage ACP bindings β€” The new agent routing CLI could formalize Ada↔K2/Cora/Winston communication.
  4. Consider Superpowers for K2 β€” When K2 handles coding tasks, the subagent-driven-development pattern with structured review would improve quality.
  5. Update OpenClaw β€” The latest release has significant improvements to secrets management, agent routing, and Android node support.
  6. Explore PageIndex β€” Vectorless RAG could be useful for Cora's real estate document analysis without needing a vector DB in the homelab.

Report generated from GitHub trending, OpenClaw releases, and project READMEs. Brave Search API was unavailable (subscription token invalid).